home *** CD-ROM | disk | FTP | other *** search
- -- card: 4015 from stack: in.3r
- -- bmap block id: 0
- -- flags: 4000
- -- background id: 3837
- -- name: FileName
- ----- HyperTalk script -----
- on closecard
- hide message window
- end closecard
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=208 top=233 right=282 bottom=270
- -- title width / last selected line: 0
- -- icon id / first selected line: 27056 / 27056
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Try it
- ----- HyperTalk script -----
- on mouseUp
- if the optionkey is down then pass mouseup
- put "Just select a file & it will return the full pathname"
- put filename()
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
-
- This allows your HyperTalk scripts to request a filename via a Standard File Package dialog box.
-
-
-
-
-
-
-
-
- Thanks to:
- Steve Maller, Apple Computer.
- AppleLink: maller1 ΓÇó Delphi: stevemaller ΓÇó MCI Mail: smaller
-
-
- -- part contents for background part 5
- ----- text -----
- FileName
-
- -- part contents for background part 10
- ----- text -----
- 1
-
- -- part contents for background part 7
- ----- text -----
- Syntax:
-
- FileName([<fileType>])
-
- Returns the full path name of the file selected.
-
- <"fileType"> is the 4 character type of the file you want to open. If no type is specified, all files are shown.
-
- For example:
- FileName("APPL") will show only applications
-
- FileName("STAK") will show only stacks.
-
- FileName("TEXT") will show only text documents.
-
-
- -- part contents for background part 27
- ----- text -----
- XFCN